Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

next

concur.Channel.next

receive the next value from this channel. Return nil if
the channel is empty and closed.

If the channel is open and has no values available, this will
block until values are available or the channel is closed.

NYI: CLEANUP: Since this is a duplicate of `prefix <-`, we could
remove it.
0.099dev (GIT hash 02118e9cbed77f3897084a4a507da3f11ac8881e)
last changed: 2026-09-02